Przejdź do głównej zawartości

What are Jobs?

Jobs are tasks that can be run and automatically closed after finishing. CGC is designed to enhance the development of various AI tasks by allowing you to incorporate your own images into your namespace. Its purpose is to assist you in scenarios where computational resources are needed only for a defined period of time. This feature is especially useful for users who need to run a specific application or job once, without the need to maintain a running instance of the application or job.

What is the main difference between Jobs and Applications?

The main difference between Jobs and Applications is that Jobs are designed to run once and automatically close after finishing. Applications are designed to run continuously and can be accessed at any time.

Private Image Repository

We recognize the need for privacy, hence most of your images can be kept private. We provide an option for you to input a secret to your private repository, ensuring your code and data are securely used.

Initialization Command

The most efficient way to input a start-up command is by implementing Docker's ENTRYPOINT into your image. However, if you need to modify it or pass it dynamically, we provide a variable that allows you to make changes during creation.

Application Code

The application code can be integrated into your image. Additionally, CGC volumes can be utilized to enhance accessibility during development. When combined with the full mount path and the startup command, custom code can be directly delivered and executed from your volumes.